//==============================================================================
// pine tree_anim.txt
//==============================================================================

//==============================================================================
define Roots
{
   set hotspot
   {
      version
      {
//         Visual World A Tree Root
      }
   }  
}

//==============================================================================
define Dust
{
   set hotspot
   {
      version
      {
         //Visualparticle SFX X SPC Gaia Tree Dust
      }
   }
}

//==============================================================================
define barksplash
{
   set hotspot
   {
      version
      {
        Visualparticle sfx a pinetree bark
      }
   }
}

//==============================================================================
define dustsmall
{
   SetSelector
   {
       VariationLogic
       set hotspot
       {
          version
          {
             VisualParticle sfx frostdust
          }
       }
       set hotspot
       {
          version
          {
             VisualParticle sfx frostdust 2
          }
       }
       set hotspot
       {
          version
          {
             Visualparticle sfx a hatchet spark 2
          }
       }
   }
}

//==============================================================================
define snowdust
{
   SetSelector none
   {
       VariationLogic
       set hotspot
       {
          version
          {
             VisualParticle sfx frostdust
          }
       }
       set hotspot
       {
          version
          {
             VisualParticle sfx frostdust 2
          }
       }
   }
}

//==============================================================================
anim Idle
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World N Pine F
length 30.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine G
length 30.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine H
length 30.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine I
length 30.0
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine Dead A
length 30.0
         }
      }
   }
}



//==============================================================================
anim Death
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World N Pine F_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.30 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT snowdust HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine G_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.30 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT snowdust HOTSPOT
			}
      }
      set hotspot
      {
         version
         {
            Visual World N Pine H_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.39 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT snowdust HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine I_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.30 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT snowdust HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine Dead A_falling
//-- auto generated by the bang animation tool
//-- do not hand edit these values
            tag SpecificSoundSet 0.60 false TreeFalling checkVisible 
//-- end auto generated section
	    connect ATTACHPOINT dustsmall HOTSPOT
	    connect CHIN barksplash HOTSPOT
         }
      }
   }
}


//==============================================================================
anim Flail
{
   SetSelector
   {
      VariationLogic
      set hotspot
      {
         version
         {
            Visual World N Pine F_flail
			connect ATTACHPOINT Roots HOTSPOT
         }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine G_flail
			connect ATTACHPOINT Roots HOTSPOT
		 }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine H_flail
			connect ATTACHPOINT Roots HOTSPOT
		 }
      }
      set hotspot
      {
         version
         {
            Visual World N Pine I_flail
			connect ATTACHPOINT Roots HOTSPOT
         }
      }
   }
}